Used to indicate that you are compiling for an OS that uses the Little Endian byte order.
Notes
result=TargetLittleEndian
Part | Type | Description |
|---|---|---|
result |
Returns True if are compiling for an OS that uses the little Endian byte order. |
Little Endian means that the low-order byte is stored in memory at the lowest address and the high-order byte is stored at the highest address. PCs use the Little Endian byte order.
See Also
DebugBuild, RBVersion, RBVersionString, TargetBigEndian, TargetCarbon, TargetHasGUI, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetMacOSClassic, TargetMachO, TargetWin32, TargetX86 constants; #If statement.